get all values except { } in regex

Posted by Adnan on Stack Overflow See other posts from Stack Overflow or by Adnan
Published on 2010-06-16T08:45:57Z Indexed on 2010/06/16 8:52 UTC
Read the original article Hit count: 160

Filed under:

Get all values from a string except the brackets { }

So the string;

now table { five }

should be

now table  five 

I need it to be as regex

© Stack Overflow or respective owner

Related posts about regex